home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFE6__ / PROTO / P / PD_ABOUT.H < prev    next >
Text File  |  1991-08-16  |  390b  |  23 lines

  1. /* PD_About_Life */
  2.  
  3. /* File name: About_Life */
  4. /* Function: Handle a modal dialog */
  5. /* History: 8/16/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8.  
  9.  
  10. /* ======================================================= */
  11.  
  12. /* Init any global variables */
  13. void I_PD_About_Life(void);
  14.  
  15. /* Handle the modal dialog */
  16. void PD_About_Life(void);
  17.  
  18.  
  19. /* ======================================================= */
  20.  
  21.  
  22.  
  23.